summaryrefslogtreecommitdiff
path: root/examples/hello-zig/.nova/Tasks/Zig Debug.json
blob: 53b7f1363f760b49234e9cb59632b36fe47d6f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extension" : {
    "identifier" : "at.dcz.nova-zig",
    "name" : "Zig"
  },
  "extensionTemplate" : "zigDebug",
  "extensionValues" : {
    "console" : "internalConsole",
    "programPath" : "zig-out\/bin\/hello-zig"
  },
  "openLogOnRun" : "start"
}